const bufio.maxConsecutiveEmptyReads
6 uses
bufio (current package)
bufio.go#L42: const maxConsecutiveEmptyReads = 100
bufio.go#L105: for i := maxConsecutiveEmptyReads; i > 0; i-- {
bufio.go#L774: for nr < maxConsecutiveEmptyReads {
bufio.go#L781: if nr == maxConsecutiveEmptyReads {
scan.go#L167: if s.empties > maxConsecutiveEmptyReads {
scan.go#L230: if loop > maxConsecutiveEmptyReads {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)